bitkeeper revision 1.1159.258.169 (42b35222QJFB1A-V4mSUnrUrLfA8xA)
authordsteklof@us.ibm.com[iap10] <dsteklof@us.ibm.com[iap10]>
Fri, 17 Jun 2005 22:43:46 +0000 (22:43 +0000)
committerdsteklof@us.ibm.com[iap10] <dsteklof@us.ibm.com[iap10]>
Fri, 17 Jun 2005 22:43:46 +0000 (22:43 +0000)
[PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended behavior

Ok... now that I (unintentionally) went overboard on this, why not just
document how it works and leave it as is?

signed-off-by: dsteklof@us.ibm.com
signed-off-by: ian@xensource.com

BitKeeper/etc/logging_ok
tools/libxc/xc.h

index 59eac58efc88c0497e61a5ad89099c625bcac836..1930de66268cb2e7c327c99ea59753f96b4dc6b1 100644 (file)
@@ -18,6 +18,7 @@ cl349@labyrinth.cl.cam.ac.uk
 cwc22@centipede.cl.cam.ac.uk
 djm@kirby.fc.hp.com
 doogie@brainfood.com
+dsteklof@us.ibm.com
 gm281@boulderdash.cl.cam.ac.uk
 gm281@tetrapod.cl.cam.ac.uk
 hollisb@us.ibm.com
index c4440d9838f3bc68717ede961f84917524605174..5f46b5f1373905c886e7d0b2aa536dc0103822c8 100644 (file)
@@ -114,7 +114,11 @@ int xc_domain_pincpu(int xc_handle,
                      u32 domid,
                      int cpu);
 /**
- * This function will return information about one or more domains.
+ * This function will return information about one or more domains. It is
+ * designed to iterate over the list of domains. If a single domain is
+ * requested, this function will return the next domain in the list - if
+ * one exists. It is, therefore, important in this case to make sure the
+ * domain requested was the one returned.
  *
  * @parm xc_handle a handle to an open hypervisor interface
  * @parm first_domid the first domain to enumerate information from.  Domains